object LargePayment: TLargePayment Left = 297 Top = 209 BorderIcons = [] BorderStyle = bsDialog Caption = 'Verify Large Payment' ClientHeight = 253 ClientWidth = 493 Color = clTeal Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object Image2: TImage Left = 0 Top = 0 Width = 493 Height = 253 Align = alClient end object Label1: TLabel Left = 18 Top = 136 Width = 457 Height = 41 Alignment = taCenter AutoSize = False Caption = 'The payment you entered is larger than the balance. Please veri' + 'fy that this is correct by clicking on one of the buttons below.' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -13 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False Transparent = True WordWrap = True end object Panel14: TPanel Left = 115 Top = 24 Width = 273 Height = 92 BevelOuter = bvNone Color = clBlack TabOrder = 4 end object Panel1: TPanel Left = 112 Top = 21 Width = 273 Height = 92 BevelOuter = bvNone Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 0 object Panel2: TPanel Left = 0 Top = 46 Width = 137 Height = 23 BevelInner = bvLowered Caption = 'Current Balance' Color = 8404992 Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 end object Panel3: TPanel Left = 0 Top = 69 Width = 137 Height = 23 BevelInner = bvLowered Caption = 'Current Payment' Color = 8404992 Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 end object Panel4: TPanel Left = 137 Top = 46 Width = 137 Height = 23 BevelInner = bvLowered Color = 8404992 Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 2 end object Panel5: TPanel Left = 137 Top = 69 Width = 137 Height = 23 BevelInner = bvLowered Color = 8404992 Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 3 end object Panel6: TPanel Left = 0 Top = 0 Width = 137 Height = 23 BevelInner = bvLowered Caption = 'Current Creditor' Color = 8404992 Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 4 end object Panel7: TPanel Left = 137 Top = 0 Width = 137 Height = 23 BevelInner = bvLowered Color = 8404992 Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 5 end object Panel8: TPanel Left = 0 Top = 23 Width = 137 Height = 23 BevelInner = bvLowered Caption = 'Current APR' Color = 8404992 Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 6 end object Panel9: TPanel Left = 137 Top = 23 Width = 137 Height = 23 BevelInner = bvLowered Color = 8404992 Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 7 end end object Button2: TButton Left = 184 Top = 200 Width = 113 Height = 25 Caption = 'Change Balance' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = Button2Click end object Button3: TButton Left = 352 Top = 200 Width = 113 Height = 25 Caption = 'Change Payment' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 2 OnClick = Button3Click end object Button1: TButton Left = 24 Top = 200 Width = 113 Height = 25 Caption = 'This is Correct' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 3 OnClick = Button1Click end end